Bump versions
authorColin Walters <walters@verbum.org>
Mon, 26 Jul 2021 16:08:29 +0000 (12:08 -0400)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:56 +0000 (12:53 -0400)
The glib 0.14 change is semver incompatible.

rust-bindings/rust/Cargo.toml
rust-bindings/rust/sys/Cargo.toml

index 2e78e34bc8954d6b786c7283f87f9d4cd6c946ba..62367647dcba7199301c3eb014bad869cf52a363 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "ostree"
-version = "0.11.0"
+version = "0.12.0"
 authors = ["Felix Krull"]
 edition = "2018"
 
@@ -41,7 +41,7 @@ glib-sys = "0.14.0"
 gobject-sys = "0.14.0"
 gio-sys = "0.14.0"
 once_cell = "1.4.0"
-ffi = { package = "ostree-sys", path = "sys" }
+ffi = { package = "ostree-sys", path = "sys", version = "0.8.0" }
 radix64 = "0.6.2"
 hex = "0.4.2"
 thiserror = "1.0.20"
index 602947045ea98b9156de9a2b3486a89323fa7f9a..105e78357e45041abb868f079394804a4cbc079f 100644 (file)
@@ -70,10 +70,12 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://gitlab.com/fkrull/ostree-rs"
-version = "0.7.3"
+version = "0.8.0"
 edition = "2018"
+
 [package.metadata.docs.rs]
 features = ["dox"]
+
 [package.metadata.system-deps.ostree_1]
 name = "ostree-1"
 version = "0.0"